github.com/jackc/pgx/v5.sqlLexer.src (field)

29 uses

	github.com/jackc/pgx/v5 (current package)
		named_args.go#L40: 	src     string
		named_args.go#L54: 		src:           sql,
		named_args.go#L96: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L101: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L111: 			nextRune, _ := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L114: 					l.parts = append(l.parts, l.src[l.start:l.pos-width])
		named_args.go#L120: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L126: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L133: 				l.parts = append(l.parts, l.src[l.start:l.pos])
		named_args.go#L147: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L152: 				na := namedArg(l.src[l.start:l.pos])
		named_args.go#L162: 			na := namedArg(l.src[l.start:l.pos])
		named_args.go#L175: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L180: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L187: 				l.parts = append(l.parts, l.src[l.start:l.pos])
		named_args.go#L197: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L202: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L209: 				l.parts = append(l.parts, l.src[l.start:l.pos])
		named_args.go#L219: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L224: 			_, width = utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L227: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L234: 				l.parts = append(l.parts, l.src[l.start:l.pos])
		named_args.go#L244: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L249: 			_, width = utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L255: 				l.parts = append(l.parts, l.src[l.start:l.pos])
		named_args.go#L265: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L270: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L276: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L289: 				l.parts = append(l.parts, l.src[l.start:l.pos])